Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedObjectCollection<T> Class
Members


In This Topic
    NamedObjectCollection<T> Class
    In This Topic
    Represents the strongly typed INamedObject object collection.
    Syntax
    'Declaration
     
    
    Public Class NamedObjectCollection(Of T As INamedObject) 
       Inherits System.Collections.ObjectModel.Collection(Of T)
    'Usage
     
    
    Dim instance As NamedObjectCollection(Of T)
    public class NamedObjectCollection<T> : System.Collections.ObjectModel.Collection<T> 
    where T: INamedObject
    Type Parameters
    T
    Remarks
    Provides methods and properties to search, and access to items using the Name property of the INamedObject object.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          FarPoint.Win.Spread.NamedObjectCollection<T>
             FarPoint.Win.Spread.ValidateActionCollection

    See Also